home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / pc / program / opening / 00017.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  166 b   |  10 lines

  1. on mouseUp
  2.   global gHardDiskPath
  3.   if soundBusy(1) then
  4.     sound stop 1
  5.   end if
  6.   puppetSound("Bleeble.S")
  7.   updateStage()
  8.   go(1, gHardDiskPath & "OsloMain")
  9. end
  10.